home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 008a / freem310.zip / FREE310.DOC next >
Text File  |  1991-03-11  |  1KB  |  68 lines

  1. FREE310   --  CopyRight (c) 1990-1991 Ad Infinitum Software.
  2.  
  3.  
  4. FREEM - Shows total and free Conventional and Expanded memory.  Also
  5.         shows extensive disk statistics.  Following are the command
  6.         line options:
  7.  
  8.              /H  --  Shows these command line options
  9.  
  10.              /M  --  Shows only memory statistics
  11.  
  12.              /D  --  Shows only disk statistics (of current drive)
  13.  
  14.              /T x x x... --  Shows Terse disk stats.  x = drive(s)
  15.  
  16.              /Ex --  Shows extensive disk stats ONLY for drive x.
  17.  
  18.  
  19. FREED - Just like FREEM /D, just to save time and effort.
  20.  
  21.  
  22. FREET - Just like FREEM /T x x x.  Use like FREET x x x, where x
  23.         = the drives.
  24.  
  25.  
  26. FREEMM - Just like FREEM /M, again to save time and effort.
  27.  
  28.  
  29.  
  30. Examples:
  31.  
  32. FREEM     --  Shows total and free memory, disk space, and disk stats.
  33.  
  34. FREEM /M  --  Shows total and free memory.
  35.  
  36. FREEM /D  --  Shows total and free disk space, and extensive disk stats.
  37.  
  38. FREEM /T  --  Shows nothing.
  39.  
  40. FREEM /Ec --  Shows extensive disk stats for drive C.
  41.  
  42. FREEM /Ed --  Shows extensive disk stats for drive D.
  43.  
  44. FREEM /T c: d: e:  --  Shows two-line stats for drives C, D, and E.
  45.  
  46. FREEM c: d: e: --  Shows memory stats, and disk stats for drives C, D,
  47.                    and E.
  48.  
  49.  
  50. Also use in batch files like:
  51.  
  52. COPY CON M.BAT
  53. @freem /m
  54. ^Z
  55.  
  56. COPY CON D.BAT
  57. @freem /d
  58. ^Z
  59.  
  60. COPY CON T.BAT
  61. @freet %1 %2 %3 %4 %5 or @freem /t %1 %2 %3 %4 %5
  62. ^Z
  63.  
  64.  
  65.  
  66. 03/11/91
  67.  
  68.